@CHARSET "UTF-8";
#left_nav {
    width:250px;
}


.accordion {
    margin: 0;
    padding:10px;
    /*border-top:#bd8b46 1px solid;*/
    background: #0085e5;
    text-decoration:none;
    text-transform:uppercase;
    color: #fff;
    font-size:1em;
	margin-bottom:10px; width:100%;
}
.accordion-open {
    background:#0094ff;
    color: #fff;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}

div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content ul li a {
    color:#555555;
}
code {
    overflow:auto;
}
.content_a{ width:100%;}
ul.column{ padding:0;}
ul.column li{list-style-type:none; display:list-item; border-top:1px solid #ccc; padding:10px 0 10px 10px;}
ul.column li:first-child{ border-top: none;}
ul.column li a{ color:#000;}
ul.column li a:hover{ color:#0094ff;}

@media (max-width: 767px) {
/*.accordion {width:100%;}
.content_a{ width:100%;}	*/
}
